EliteTGP 2.0 - Users Manual |
Program Overview: |
EliteTGP is the premier thumb gallery script
on the internet. However it has a twist, it is also a topmast program rating
all galleries by the number of hits they send you per day. This eliminates
you from sending traffic to people If you are looking to start a
TGP or currently run one this software is defiantly worth checking out!
The program was created to be easy to maintain and very customizable. A web based administration program provides you with all the tools you need to update every aspect of your TGP. EliteTGP also includes an optional gateway program to prevent users cheating. When new users sign up they are given a snippet of code to place on there gallery page(s) this code automatically tracks all votes for the uses site. The freeware version of this script places advertisements in a few places but is fully functional in every way. Users who do not wish to display our ads may purchase the professional version for only $59.95 from our site.
|
System Requirements: |
- Ability to run perl cgi scripts. - Unix/Linux based server (It will probably run on Windows NT, but has not been tested) - PERL 4+ (Most servers have this installed) - FTP/Telnet access (telnet not required, but recommend) |
Installation Instructions: |
Installation is fairly easy but does require
some knowledge of your system. Just follow the instructions carefully and
you should have no problems. If you do run into problems I will set
it up for you free of charge, this usually only takes about 10 minutes.
1. Unzip EliteTGP to a directory, you should see 2 directories. -scripts
-admin.cgi
If your path to perl is "/usr/bin/perl" you don't need to modify ANYTHING in any of these programs. If not you need to change the first line each file to your perl path. *You will get a 500 error message if the perl path is wrong. 3. Connect to your server and create the following directories and chmod them accordingly. (directory names are ALL lower case) -Under your Cgi-bin directory
you need to create the directory "elitetgp" and chmod it 755.
4. FTP in to your server and upload the following files to the correct directories and chmod them correctly. ( UPLOAD IN ASCII FORMAT ) To the "elitetgp" directory upload the following :
|
Program Configuration: |
1. Open your web browser and point it to admin.cgi
on your web server. (If you get an error you probably chmod'd something
incorrectly!)
- You should get a password prompt enter : ADMIN 2. After you get to the main menu select "Configure EliteTGP" and hit submit. - The main program configuration page should appear. Site Title - This is what your
TGP site will be called.
Return Link - This is the image
or text that will be given to new members to link back to you. You do
not put the <A HREF tags in this box!
Frame URL - If your using a frame, this is the url to the html page that will be loaded into the bottom of the frame. Once you have entered all information correctly you may hit the Update
Configuration button.
If you wish to block out sites coming from certain places or people
you can add blacklist entries. Blacklist entries are global so be carefull
when using them, creating a blacklist entry of .com would eliminate 90%
of people on the net from submitting to your gallery post. However if you
just wanted to block sites from geocities you could add geocities.com and
they would not be accepted.
|
Templates: |
EliteTGP creates all pages from a series of template files. This
enables the webmaster to have complete control of the entire site layout
and design. Each template has a series of tags that can be used to place
specific script generated content. If this seems
confusing just look at included template files. It is really VERY simple.
Category Templates : These are the main templates you will want to edit, they control the layout of the actual gallery pages. There are two ways to handle category templates. 1. Two Default Files - This is the most common setup, there are
two default templates one called default.tpl
and the other called sdefault.tpl.
2. Separate Category Files - In this setup you will make a separate template file for each category. The template files will be named according to the category names they must be in all lower and can only contain letters & numbers. So if you had a category called Cars the template file you would create would be called cars.tpl . However if the category was called Car Pics then the template file would be named carpics.tpl . The same would be true if the category was called Car-Pics the template would be carpics.tpl . Notice that spaces & non alpha-numeric characters are removed in the template file names. In both of the above cases you have the ability to use the following tags in the templates. These tags will be replaced with the appropriate content when the html is generated. Remember when placing these tags that they are all lower case. Category Template Tags :
So if you wanted a page that ranked only your top 5 galleries in a simple list you would do something like the following. <HTML><HEAD></HEAD><BODY>
The output would look similar to : 1 | Cars | 92 Chevy
Camaro
RS | 10 | 10056
Or if you wanted the classic TGP look you would simply use the <!--list--> tag the output would look similar to:
Terms Template : This template is very simple, it is a standard HTML file called terms.tpl . The only tag that is used in this template is :
Gateway Template : This template is very simple, it is a standard HTML file called terms.tpl . The only tag that is used in this template is :
New Gallery Template : The new.tpl file controls the layout of the gallery submission form. New Gallery Template Tags :
Post Template : The post.tpl file controls the page that is shown to the webmaster after completing the sign up process. The only tag that is used in this template is :
Mail Template : The mail.txt file is the email message that is sent to the new user after they submit there gallery. New Gallery Template Tags :
|
Support: |
If you have any problems, questions, or comments simply email me: EliteCGI@EliteCGI.com |